github.com/refraction-networking/utls.clientHandshakeStateTLS13.c (field)

28 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L373: 			c:            c,
		handshake_client_tls13.go#L27: 	c            *Conn
		handshake_client_tls13.go#L53: 	c := hs.c
		handshake_client_tls13.go#L183: 	c := hs.c
		handshake_client_tls13.go#L239: 	if hs.c.quic != nil {
		handshake_client_tls13.go#L247: 	return hs.c.writeChangeCipherRecord()
		handshake_client_tls13.go#L253: 	c := hs.c
		handshake_client_tls13.go#L276: 				hs.c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L481: 	if _, err := hs.c.writeHandshakeRecord(hs.hello, hs.transcript); err != nil {
		handshake_client_tls13.go#L507: 	c := hs.c
		handshake_client_tls13.go#L583: 	c := hs.c
		handshake_client_tls13.go#L686: 	c := hs.c
		handshake_client_tls13.go#L763: 	c := hs.c
		handshake_client_tls13.go#L880: 	c := hs.c
		handshake_client_tls13.go#L929: 	c := hs.c
		handshake_client_tls13.go#L936: 		if _, err := hs.c.writeHandshakeRecord(&certificateMsgTLS13{}, hs.transcript); err != nil {
		handshake_client_tls13.go#L958: 	if _, err := hs.c.writeHandshakeRecord(certMsg, hs.transcript); err != nil {
		handshake_client_tls13.go#L995: 	if _, err := hs.c.writeHandshakeRecord(certVerifyMsg, hs.transcript); err != nil {
		handshake_client_tls13.go#L1003: 	c := hs.c
		handshake_client_tls13.go#L1009: 	if _, err := hs.c.writeHandshakeRecord(finished, hs.transcript); err != nil {
		u_handshake_client.go#L55: 		c            = hs.c
		u_handshake_client.go#L132: 	c := hs.c
		u_handshake_client.go#L146: 	hs.c.utls.peerApplicationSettings = encryptedExtensions.utls.applicationSettings
		u_handshake_client.go#L147: 	hs.c.utls.applicationSettingsCodepoint = encryptedExtensions.utls.applicationSettingsCodepoint
		u_handshake_client.go#L149: 	if hs.c.utls.applicationSettingsCodepoint != 0 {
		u_handshake_client.go#L159: 			hs.c.utls.localApplicationSettings = alps
		u_public.go#L90: 			c:            chs.C,
		u_public.go#L126: 			C:           chs13.c,